home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vcls / percent / percent.txt < prev    next >
Text File  |  1996-04-08  |  963b  |  30 lines

  1. Percent Meter VCL
  2.  
  3. This is my own version of a percent meter for Delphi.  It is similar
  4. to the one included with the following added features:
  5.  
  6. 3D Look:    I wanted a 3D percent meter like I had in VB, so I 
  7.         wrote this one.
  8.  
  9. ShowPercent:    Sometimes I don't want to show the % as a number,
  10.         so now you can turn it off.
  11.  
  12. Caption:    This way, I can show a message along with the percent
  13.         meter, like "GDI: 65%".  Also, this allows the control
  14.         to double as a recessed label.  ShowPercent must be 
  15.         false to use this one.
  16.  
  17. Mouse Events:    The percent meter contains the standard mouse events.
  18.  
  19. I am releasing this into the public domain.  Feel free to use and/or 
  20. alter the code as you see fit.  If you make any significant changes,
  21. please send me a copy.
  22.  
  23. Zane Rathwick
  24. CIS: 74633,1314
  25.  
  26. I wrote this VCL using Component Create from Potomac Document Software.
  27. This is an excellent program which really simplifies the VCL creation
  28. process.
  29.  
  30.